Documents for PDF, .NET Edition Documentation
OwnedKeyedCollection<TKey,TItem> Class
Members 

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Common Namespace : OwnedKeyedCollection<TKey,TItem> Class
The type of keys in the collection.
The type of items in the collection.
Represents an OwnedCollection<TItem> of uniquely elements, each element should have unique key.
Object Model
OwnedKeyedCollection<TKey,TItem> Class
Syntax
'Declaration
 
Public MustInherit Class OwnedKeyedCollection
    (Of TKey,TItem As IOwnedObject) 
   Inherits OwnedCollection(Of TItem)
   Implements IOwnedObject 
public abstract class OwnedKeyedCollection<TKey,TItem> : OwnedCollection<TItem>, IOwnedObject  
where TItem: IOwnedObject
Type Parameters
TKey
The type of keys in the collection.
TItem
The type of items in the collection.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      GrapeCity.Documents.Common.OwnedCollectionBase<TItem>
         GrapeCity.Documents.Common.OwnedCollection<TItem>
            GrapeCity.Documents.Common.OwnedKeyedCollection<TKey,TItem>

See Also

Reference

OwnedKeyedCollection<TKey,TItem> Members
GrapeCity.Documents.Common Namespace